Objects Reference

bezier_curve::evaluate_tangent

Prototype

void evaluate_tangent(float u,float *f)

Parameters

Parameter Type Description
u float value from 0 to 1 specifying position in the curve to be evaluated
f float * pointer where to write the evaluated curve tangent

Return Value

None

Remarks

This function evaluates a Bezier curve tangent at the specified position.